# My Winter Car - Localization Configuration Template
# For Latin-based languages (Spanish, French, German, Italian, etc.)

# Language metadata
LANGUAGE_NAME = Chinese (Simplified)
LANGUAGE_CODE = zh-CN

# Unicode character ranges for localized text detection
# For Latin languages, leave this empty or commented out
# This disables character detection and assumes all text needs translation
# UNICODE_RANGES = 4E00-9FFF,3400-4DBF

# Font mappings - Optional for Latin languages if default fonts work
# Only map fonts if you need custom styling or better character support
# The fonts must exist in fonts.unity3d asset bundle
[FONTS]
# Example: Use a custom font for better Spanish character support
# FugazOne-Regular = MyCustomFont
# Heebo-Black = AnotherCustomFont

# Position adjustments - Optional adjustments for specific UI elements
# Usually not needed for Latin languages, but available if text doesn't align well
# Format: Conditions = X,Y,Z offset
# Conditions: Contains(path), EndsWith(path), StartsWith(path), !Contains(path)
# Multiple conditions separated by &
[POSITION_ADJUSTMENTS]
# Example: Shift HUD labels down slightly
# Contains(GUI/HUD/) & EndsWith(/HUDLabel) = 0,-0.05,0

# Example: Adjust ATM screen text position
# Contains(PERAPORTTI/ATMs/MoneyATM/Screen) & EndsWith(/Text) = 0,0.25,0

